object MsgForm: TMsgForm Left = 419 Top = 301 Width = 276 Height = 323 BorderIcons = [biSystemMenu, biMaximize] Caption = 'No-IP News!' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 268 Height = 257 TabStop = False Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'No news to view.') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 96 Top = 264 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&OK' Default = True TabOrder = 1 OnClick = Button1Click end end